home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of MacTutor - S…e Code for Volumes 1 to 5
/
The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin
/
Source Code
/
#21 (Jun 87)
/
format source
/
MakeFile
< prev
next >
Wrap
Makefile
|
1987-05-06
|
616b
|
19 lines
# File: MakeFile
#
# MakeFile for Formatting program for MacTutor Article on Low
# Level formatting of a SCSI hard disk drive. Note that if the
# resource file has been changed, we run first Rez and then
# Link. This is because Rez sometimes trashes code resources.
Format ƒƒ Format.r
Rez -p Format.r -o Format
Format ƒƒ Format.a.o BuffStuff.a.o SCSI.a.o Format.r
Link -p Format.a.o BuffStuff.a.o SCSI.a.o ∂
-o Format -l > Format.Map
Format.a.o ƒ Format.a FormatEqu.a
Asm -p -wb Format.a
BuffStuff.a.o ƒ BuffStuff.a FormatEqu.a
Asm -p -wb BuffStuff.a
SCSI.a.o ƒ SCSI.a FormatEqu.a
Asm -p -wb SCSI.a